Releases: sha5010/vim.xlam
Releases · sha5010/vim.xlam
vim.xlam: nightly build
nightly
vim.xlam: v0.5.3
Full Changelog: v0.5.2...v0.5.3
Fixes:
vim.xlam: v0.5.2
Full Changelog: v0.5.1...v0.5.2
Fixes:
- Fixed an issue that ShapeInsert mode was not exiting properly #40
- ColorPicker is now centered even on multiple displays
vim.xlam: v0.5.1
Features:
-
ColorPicker Enhancement
- Added support for 5 custom colors with optional configuration.
- ColorPicker size can now be optionally set.
- Improved highlighting of selected colors.
- Enhanced contrast for inactive elements.
- Full support for theme color luminance changes.
- Resolved screen shift and flickering issues.
Changes:
- Added more functions to support
g:count
.
Fixes:
- Corrected an issue where
KeyStrokeWithoutKeyup
did not work correctly. - Fixed a bug occurring in cases where the command was executed and failed.
- Resolved an error occurring when saving to OneDrive.
vim.xlam: v0.5.0
Customization of settings is now available! 🎉
We've significantly revised the internal structure, aiming for speed improvements, optimizations, and enhanced extensibility.
BREAKING CHANGES
- Changed the key assignment for
SwapVisualBase
(o
-><C-.>
) - Significantly altered the internal structure
Features:
- Added the ability to customize settings
Changes:
- Enabled the description of key mappings in Vim style
- Introduced a separate command-line mode, allowing input in a text box
Fixes:
- Fixed a bug where
ToRightOfCurrentRegionColumns
was not functioning - Addressed the issue of slowdown when
g:count
is provided during scrolling - Fixed the problem where the position of the search box was fixed
vim.xlam: v0.4.1
Fixes:
- Fixed a bug in a
getTargetRows
function - Dealing with overflow errors when a negative number of date type is input in a cell
- Scrolling is now correct even when merged cells exist
- Fixed a bug that Visual mode does not stop after changing sheets
- Fixed preview mode in the SheetPicker trying to preview a nonexistent sheet
- Fixed an issue with Excel 2019 that does not work left/right alignment
vim.xlam: v0.4.0
BREAKING CHANGES
- Changed default keymaps #38
- increase/decrease font size:
<
/>
→-
/+
- increment/decrement text:
-
/+
→<
/>
- increase/decrease decimal:
[
/]
→(
/)
- special paste:
P
→gP
- toggle read only:
@a
→~
- next/prev workbook:
@n
/@N
→[b
/]b
- toggle freeze window:
@w
→zf
- toggle wrap text:
@r
→zw
- merge/unmerge:
@m
→&
- toggle function bar:
@x
→=v
- show file info:
@s
→gs
- set/unset print area:
@p
/@P
→zp
/zP
- increase/decrease font size:
Features:
- Added yankAsPlaintext command #38
- Added applyCommaStyle command #38
- Added AutoSum related features (prefix:
=
) #38
Changes:
- Support for append/insert for row/column paste #38
- Changed behavior of union/except select cells #38
Fixes:
- Fixed a bug that some commands was not working with files on OneDrive and SharePoint
- Fixed scrolling behavior in visual mode
vim.xlam: v0.3.3
Changes:
- Improve behavior of functions related to rows/columns
- Add
ZZ
andZQ
for default keymap
Fixes:
- Fixed a bug when applying color to shapes with ColorPicker
- Fixed an issue with losing focus when scrolling while selecting a shape
- Fixed a bug when
gExtendRange
dying - Addressed a case when the same name was given in a sheet renaming
- Improve error handling
vim.xlam: v0.3.2
Changes:
- Improved loading performance (4-5x faster)
- Implemented error handling for most functions
- Enabled to obtain the theme color in ColorPicker even if there is a protected sheet
Fixes:
- Fixed a bug in SheetPicker regarding renaming and deleting a worksheet
- Fixed a bug that trying to delete the last visible sheet in
deleteWorksheet
vim.xlam: v0.3.1
Features:
- Added deleting worksheet feature in SheetPicker (with
D
/X
) - Added print preview feachre (with
:p
) - Added FlashFill and AutoFill feature (with
FF
/Ff
andFA
/Fa
)
Changes:
- Changed sheet visible behavior in SheetPicker
- An active cell stays in the screen when scrolling
- Minor improvements in documentation and UI
Fixes:
- Fixed a bug that prevented this add-in from uninstalling properly
- Fixed align left/right feature (did not work properly in Excel 2016)
- Fixed a bug that
showContextMenu
was not working properly - Fixed an IME bug when pasting
- Fixed a bug that could warp from the newest to the oldest in JumpList