barrier/doc/newsfragments
Chih-Hsuan Yen cad92e89d0
Map more X11 clipboard MIME types to corresponding converters
The following logs are extracted from pasting texts to Firefox's address
bar and a Google Doc page in Firefox, respectively.

[2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511))

[2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511))

Inspired by https://github.com/debauchee/barrier/pull/461. Should fix
pasting unicode on X11 https://github.com/debauchee/barrier/issues/344.
2021-05-16 00:27:57 +08:00
..
README.md doc: Setup towncrier for handling of release notes 2021-01-10 19:47:24 +02:00
build-failure-mipsel-riscv.bugfix doc: Add news fragment for PR #926 2021-01-10 19:47:31 +02:00
configuration-reading-non-ascii-windows.bugfix doc: Add news fragment for PR #910 2021-01-10 19:47:27 +02:00
drop-target--option.feature doc: Add news fragment for PR #972 2021-01-10 19:47:30 +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 Enable use of keyboard to modify screens 2021-01-25 21:32:19 +01: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
sun-keyboard-keys.bugfix lib: Add missing Sun keyboard keys 2021-01-10 22:13:43 +02:00
use-theme-icons.bugfix doc: Add news fragment for PR #972 2021-01-10 19:47:32 +02:00

README.md

This is the directory for news snippets used by towncrier: https://github.com/twisted/towncrier

When changing code in a way that's visible to an end user please make a new file in this directory. It will be removed and integrated into release notes document upon a release of a new version of Barrier.

towncrier has a few standard types of news fragments, signified by the file extension. These are:

.feature: Signifying a new feature. .bugfix: Signifying a bug fix. .doc: Signifying a documentation improvement. .removal: Signifying a deprecation or removal of public API.