1
0
mirror of https://github.com/HorlogeSkynet/SSHubl.git synced 2024-09-18 16:00:10 +02:00
SSHubl/CHANGELOG.md
2024-07-11 21:52:14 +02:00

33 lines
890 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [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
[Unreleased]: https://github.com/HorlogeSkynet/SSHubl/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/HorlogeSkynet/SSHubl/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/HorlogeSkynet/SSHubl/releases/tag/v0.1.0