From 2efbdc2013e33b8aa4e4f62716050710014f2353 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:32:07 +0100 Subject: [PATCH] chore(release): update changelog --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b800c6..e3d2db89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,45 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [1.1.0] + +### Features + +- _(vue)_ Set volar as default language server instead of vuels (#2230) +- Use schemastore.nvim to provide extended json schema support (#2239) +- Use bufferline instead of barbar (#2254) +- Add a minimal implementation of bbye (#2267) ### Bugfix - _(autopairs)_ Remove weird tex rules from autopairs (#2206) - _(diag)_ Show lsp-diag code in open_float (#2180) - _(installer)_ Usernames can contain @ symbol (#2167) +- _(installer)_ Universal bash (#2241) - _(logging)_ Disable insane amount of logging inside lvim.log (#2205) +- _(lsp)_ No need to stop clients on LvimReload (#2160) - _(lsp)_ Use temporary fork of lua-dev (#2187) +- _(lsp)_ Avoid accessing undefined user_data (#2216) +- _(lualine)_ Add space to diff components (#1897) +- _(lualine)_ Compacter size for treesitter icon (#2247) +- _(lualine)_ Use 1-char width symbol for changed (#2246) - _(which-key)_ The PR has been merged to the original repo (#2172) - _(zsh)_ Don't set filetype to sh (#2035) ### Refactor - _(nvim-tree)_ Cleanup and update settings (#2182) +- _(nvim-tree)_ Remove unused code (#2266) - Remove unused outdated files (#2184) +### Documentation + +- _(readme)_ Add powershell installer script for Windows (#2208) + +### [Bugfix] + +- Added -ScriptBlock to run commands ```install.ps1``` (#2188) + ## [1.0.0] ### Features