release 1.34.0 and publish to extension marketplace
Closed this issue · 5 comments
Hi @aioutecism,
This issue is to request release 1.34.0 and publish it to the marketplace.
The changelog since version 1.33.0 includes two new features:
- Improve replace command (r) and add basic replace mode (R) #287
r
command now supports a count- This early version of
R
replace mode keepsamVim.mode
set toINSERT
to preserve backwards compatibility with existing custom key bindings. - Known issues with replace mode: paste from OS clipboard and VS Code autocomplete still inserts instead of replaces
- Fix behavior of next match (n) by nudging the cursor #289
/
command has been modified to put the cursor at the start of the match like vim whenamVim.mimicVimSearchBehavior
is true (default)n
command now nudges the cursor forward to find the next match - this now makes it work the same as vim
It also includes a bug fix for a regression introduced in 1.31.0:
- Temporarily remove
g?
ROT13 command since it brokegg
motions in visual mode #292
As usual, there are also some small dependency upgrades for security fixes and keeping on LTS.
Thanks!
Hi @aioutecism just a reminder about this ticket. Note that since I opened the ticket we also fixed a visual mode regression introduced in 1.31.0.
Published 1.34.0!
@alisonatwork Would you like helping with the publishing process? Steps are:
Preparation
- Install
vsce
withnpm i -g vsce
. - Run
vsce login auiworks
. - Enter Personal Access Token. I can send this to you personally.
Publishing
- Update version number in
package.json
. - Update
CHANGELOG.md
. - Create a new release in https://github.com/aioutecism/amVim-for-VSCode/releases.
- At project root dir, run
vsce publish
. - Bump version in
package.json
.
Hi @aioutecism thanks for publishing! I have been very happy with this new release - having /
, n
and R
working like vi has really made this plugin respond to my most frequently used commands.
I am happy to continue working on the project, reviewing and merging PRs as they come in, and would be glad to help publish the releases direct to the marketplace. Do you have a LinkedIn account where we could exchange emails? I am not sure how to share an email address privately on GitHub.
Great! This is my LinkedIn page: https://www.linkedin.com/in/aioute/
Closing this ticket now 1.34.0 is released.