Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 2.61 KB

v1.3.2 - 12 Feb 2024

Changes

v1.3.1 - 06 Dec 2022

  • Fix Vim does not exit on Windows by adding -e option (thanks @mattn, #3)
  • Replace newlines in error messages with spaces and avoid capitalizing error messages following the Go's error message convention
  • Remove deprecated io/util imports

Changes

v1.3.0 - 11 Jul 2022

Changes

v1.2.0 - 03 Apr 2022

  • Add -verbose flag to output the progress of measurements to stderr
  • Add support for LunarVim (thanks @runar-rkmedia, #1)
  • Build binaries with the latest Go compiler 1.18.0

Changes

v1.1.0 - 12 Feb 2020

  • New: -warmup {count} option was added for warm-up phase. Before collecting the results, vim-startuptime runs the Vim/Neovim process {count} times
  • Dev: Migrate CI to GitHub Actions

Changes

v1.0.0 - 06 Jun 2018

First release 🎉

Changes