barrier/doc/newsfragments
Vladimir Lagunov 4fa7f250c7 Fix #1531: Revert control key remapping from grave/tilde to zenkaku
The bug was introduced in the pull request #1214, and even in the description of the request it had been acknowledged that there is no such key on mac keyboards.

As a consequence, it led to inability to transfer the grave accent and and the tilde, at least from macOS to Windows on default "ABC" keyboard layout.

Unfortunately, I don't have a JIS keyboard, nor understand how to use it. The only thing I can suggest now is to revert the controversial remapping.
2022-01-27 01:57:08 +07:00
..
1260_macos-launchinfo.bugfix newsfragments: Fix path that can't be checked out on Windows 2021-11-05 13:54:07 +02:00
1260_update-faqs.doc Create 1260_update-faqs.doc 2021-11-04 14:40:44 -07:00
1531_remove_zenkaku_remapping.bugfix Fix #1531: Revert control key remapping from grave/tilde to zenkaku 2022-01-27 01:57:08 +07:00
1531_zenkaku_remapping.removal Fix #1531: Revert control key remapping from grave/tilde to zenkaku 2022-01-27 01:57:08 +07:00
README.md Setup release notes build using towncrier tool 2021-11-01 21:35:55 +02:00
fix-wrong-encoding-for-text-copied-between-linux-and-windows.bugfix lib/platform: Fix encoding for text copied between linux and windows 2021-11-03 03:12:41 +02:00
gcc-11-build.bugfix Add missing cstddef includes for NULL 2021-11-03 18:12:56 +02:00
japanese-translation.bugfix translation: ja-JP 2.4.0 2021-11-05 14:12:14 +02:00
linux-drag-drop-faq.doc Fix link to Linux drag and drop issue 2021-11-10 15:19:22 -05: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.