barrier/doc/newsfragments
Povilas Kanapickas 56177d461a Release notes for v2.3.4 2021-11-01 21:39:42 +02:00
..
README.md Setup release notes build using towncrier tool 2021-11-01 21:35:55 +02:00
build-failure-mipsel-riscv.bugfix doc: Add news fragment for PR #926 2021-01-10 19:47:31 +02:00
client-certificate-checking.bugfix Implement client identity verification 2021-11-01 04:50:15 +02:00
client-send-certificate.feature lib/net: Present client certificate when connecting to server 2021-11-01 04:50:07 +02:00
configuration-reading-non-ascii-windows.bugfix doc: Add news fragment for PR #910 2021-01-10 19:47:27 +02:00
dont-use-openssl-cli.bugfix Use openssl library instead of CLI to generate certificates 2021-11-01 04:07:09 +02:00
drop-target--option.feature doc: Add news fragment for PR #972 2021-01-10 19:47:30 +02:00
enable-crypto-by-default.feature Enable encryption by default 2021-11-01 03:00:09 +02:00
fingerprint-randomart.feature gui: Add support for SHA256 fingerprints 2021-11-01 04:07:09 +02:00
fix-x11-paste.bugfix Map more X11 clipboard MIME types to corresponding converters 2021-05-16 00:27:57 +08:00
gui-autostart.feature gui: Add autoStart setting 2021-01-11 00:13:34 +02:00
gui-hotkey-multiple-actions.bugfix doc: Add news fragment for PR #915 2021-01-10 19:47:26 +02:00
gui-hotkey-special-keys-handling.bugfix doc: Add news fragment for PR #916 2021-01-10 19:47:25 +02:00
gui-keyboard-enabled-screen-layout.feature Add missing final newline 2021-09-22 22:58:16 +00:00
keyboard-backlight-media-keys.feature doc: Add news fragment for PR #822 2021-01-10 19:47:34 +02:00
muhenkan-eisu-toggle-keys.feature doc: Add news fragment for PR #818 2021-01-10 19:47:35 +02:00
non-ascii-character-transfer.bugfix doc: Add news fragment for PR #979 2021-01-10 19:47:28 +02:00
profile-dir-option.feature doc: Add news fragment for PR #969 2021-01-10 19:47:29 +02:00
regenerate-broken-server-cert.bugfix doc: Add news fragment for PR #803 2021-01-10 19:47:33 +02:00
sha256-fingerprints.bugfix gui: Add support for SHA256 fingerprints 2021-11-01 04:07:09 +02:00
sun-keyboard-keys.bugfix lib: Add missing Sun keyboard keys 2021-01-10 22:13:43 +02:00
translation_chinese.bugfix update zh-CN translations 2021-06-23 16:22:42 +03:00
translation_slovak.bugfix Add newsfragment 2021-06-21 21:31:09 +03:00
use-theme-icons.bugfix doc: Add news fragment for PR #972 2021-01-10 19:47:32 +02:00
windows-service-path.bugfix doc: Add newsfragment 2021-06-25 15:44:21 +03:00

README.md

This is the directory for release note fragments processed by towncrier.

When making a user-visible change create a file in this directory and it will be automatically be included into the release note document when the next release is published.

The file extension specifies the type of a change. The following are currently supported:

  • .feature: a new feature.
  • .bugfix: a bug fix.
  • .security: a fix for security issue.
  • .doc: a documentation improvement.
  • .removal: a deprecation or removal of functionality.