From 098d345330436c75692787f990af27a5f3107092 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 8 Mar 2022 22:47:19 +0100 Subject: [PATCH] Update appcast and release notes --- appcast.xml | 22 ++++++++++++---------- appcast_snapshot.xml | 22 ++++++++++++---------- resources/release-notes.md | 4 ++++ 3 files changed, 28 insertions(+), 20 deletions(-) diff --git a/appcast.xml b/appcast.xml index 962f5c34..a3f4b21a 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,23 +7,25 @@ Most recent changes with links to updates for VimR. en - v0.36.1-20220212.162106 + v0.37.0-20220308.223757 -
  • GH-895: Add support for right and middle mouse buttons. Thank you @atishay!
  • -
  • GH-880: Copying non-ASCII characters results in garbled text.
  • +
  • GH-900: Auto-switch to an ASCII-compatible input method when entering the Normal mode and switch back to the last used input method when re-entering the Insert mode. Thanks @georgealbert for the PR!
  • +
  • GH-899: The CLI tool vimr now uses python3. Thanks @imajes for the PR!
  • +
  • Dependencies updates:
  • +
  • ReactiveX/RxSwift@6.5.0
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.36.1-20220212.162106 + https://github.com/qvacua/vimr/releases/tag/v0.37.0-20220308.223757 - 2022-02-12T16:33:38.198231 + 2022-03-08T22:46:19.178647 10.12.0 -
    diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index 962f5c34..a3f4b21a 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -7,23 +7,25 @@ Most recent changes with links to updates for VimR. en - v0.36.1-20220212.162106 + v0.37.0-20220308.223757 -
  • GH-895: Add support for right and middle mouse buttons. Thank you @atishay!
  • -
  • GH-880: Copying non-ASCII characters results in garbled text.
  • +
  • GH-900: Auto-switch to an ASCII-compatible input method when entering the Normal mode and switch back to the last used input method when re-entering the Insert mode. Thanks @georgealbert for the PR!
  • +
  • GH-899: The CLI tool vimr now uses python3. Thanks @imajes for the PR!
  • +
  • Dependencies updates:
  • +
  • ReactiveX/RxSwift@6.5.0
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.36.1-20220212.162106 + https://github.com/qvacua/vimr/releases/tag/v0.37.0-20220308.223757 - 2022-02-12T16:33:38.198231 + 2022-03-08T22:46:19.178647 10.12.0 -
    diff --git a/resources/release-notes.md b/resources/release-notes.md index a4f86163..35a05694 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,5 +1,9 @@ # Next +* ... + +# 0.37.0-20220308.223757 + * GH-900: Auto-switch to an ASCII-compatible input method when entering the Normal mode and switch back to the last used input method when re-entering the Insert mode. Thanks @georgealbert for the PR! * GH-899: The CLI tool `vimr` now uses `python3`. Thanks @imajes for the PR! * Dependencies updates: