Skip to content

Releases: sha5010/vim.xlam

vim.xlam: nightly build

17 Aug 07:41
Compare
Choose a tag to compare
Pre-release

nightly

vim.xlam: v0.5.3

23 Apr 14:14
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

Fixes:

  • Fixed an issue that may not correctly retrieve the key status in 32-bit version of Excel #41 (Thanks @sdys-box)
  • Fixed a bug that did not cancel Cmdline mode properly

vim.xlam: v0.5.2

09 Apr 10:55
Compare
Choose a tag to compare

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

08 Dec 16:05
Compare
Choose a tag to compare

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.

    ColorPicker sample
    ColorPicker

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

01 Dec 18:57
Compare
Choose a tag to compare

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

12 Oct 13:20
Compare
Choose a tag to compare

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

29 Mar 10:12
Compare
Choose a tag to compare

BREAKING CHANGES

  • Changed default keymaps #38
    • increase/decrease font size: < / >- / +
    • increment/decrement text: - / +< / >
    • increase/decrease decimal: [ / ]( / )
    • special paste: PgP
    • toggle read only: @a~
    • next/prev workbook: @n / @N[b / ]b
    • toggle freeze window: @wzf
    • toggle wrap text: @rzw
    • merge/unmerge: @m&
    • toggle function bar: @x=v
    • show file info: @sgs
    • set/unset print area: @p / @Pzp / zP

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

15 Mar 17:29
Compare
Choose a tag to compare

Changes:

  • Improve behavior of functions related to rows/columns
  • Add ZZ and ZQ 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

22 Feb 06:52
Compare
Choose a tag to compare

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

02 Feb 15:22
Compare
Choose a tag to compare

Features:

  • Added deleting worksheet feature in SheetPicker (with D/X)
  • Added print preview feachre (with :p)
  • Added FlashFill and AutoFill feature (with FF/Ff and FA/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