Updated the changelog.

This commit is contained in:
Pablo Martin 2022-08-19 17:23:41 +02:00
parent 9db02c154b
commit 02f412a42e

View file

@ -1,5 +1,15 @@
# Changelog
## [unreleased]
### Added
- Users can now specify a password for the SSH key used in the SSH tunnel. This is done by entering the password in
the config file, under the entry `connection_details > ssh_tunneling > ssh_private_key_password`.
### Changed
- The `ssh_tunneling` section of the config file is now optional and the application will work even if the config
file does not contain it.
## [0.2.0] - 2022-07-26
### Added