bump version

This commit is contained in:
Jason Fields 2024-05-20 01:05:52 -04:00
parent e13ba548d3
commit a3bd036a54
3 changed files with 5670 additions and 5650 deletions

View File

@ -1,5 +1,25 @@
# Change Log
## [v1.27.3](https://github.com/vscodevim/vim/tree/v1.27.3) (2024-05-20)
### Added
- Custom digraphs can be added via `:dig[raphs]` ([@J-Fields](https://github.com/J-Fields)).
- `:Ex[plore]` is mapped to `workbench.view.explorer` ([@JaiminBrahmbhatt](https://github.com/JaiminBrahmbhatt)).
### Changed
- When used with a count, `<C-d>` and `<C-u>` set the `scroll` option to the count ([@ontanj](https://github.com/ontanj)).
### Fixed
- Fix `:s[ubstitute]` with the `n` flag moving cursor ([@J-Fields](https://github.com/J-Fields)).
- Fix special marks displaying in gutter ([@shinohara-rin](https://github.com/shinohara-rin)).
- Fix several edge cases of `<C-o>` ([@harunou](https://github.com/harunou)).
- Fix incorrect digraph mappings ([@mlbykn](https://github.com/mlbykn)).
- Fix `gv` after visual selection with mouse or command ([@zyd2001](https://github.com/zyd2001)).
- Fix `gv` being unaffected by `m<` and `m>` ([@J-Fields](https://github.com/J-Fields)).
## [v1.27.2](https://github.com/vscodevim/vim/tree/v1.27.2) (2023-12-22)
### Added

View File

@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "1.27.2",
"version": "1.27.3",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",

11298
yarn.lock

File diff suppressed because it is too large Load Diff