From 67048492d26f7f0464492ddcabad3f8663b7399e Mon Sep 17 00:00:00 2001 From: Ronald Record Date: Fri, 12 Apr 2024 11:00:21 -0700 Subject: [PATCH] Bump minor version, update changelog and release notes --- CHANGELOG.md | 16 ++++++++++++++++ ReleaseNotes.md | 11 ++++------- VERSION | 4 ++-- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4eb41b9..5783e8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ ### 🐞 Fixed +## v3.1.6r1 + +### ⚡️ Added + +- Customize `LSP` and `Formatters` menus in `AstroNvimV4` configure script +- Customize `Plugins` menu in `AstroNvimV4` configure script +- Add `LSP`, `Formatters`, and `Plugins` menus to `AstroNvimV4` configuration menu script +- Extend `scripts/get_conf.lua` so it works with any `NVIM_APPNAME` not just `Lazyman` +- Add configuration menu script for `AstroNvimV4` and add it to `Lazyman` menus + +### 🐞 Fixed + +- Fix setup and loading of `monokai-pro` colorscheme +- Update `AstroNvimV4` info documents +- Don't automatically enable `gopls` + ## v3.1.5r4 ### ⚡️ Added diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5eb87b5f..1a1b9a26 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,12 +2,9 @@ ## AstroNvim temporary fix -This release addresses the breaking change in `AstroNvim` v4, released `01-Apr-2024`. -Version 4 `AstroNvim` configurations can be installed with `lazyman -4 ...` and -version 3 `AstroNvim` configurations can be installed with `lazyman -J ...`. +This release addresses the breaking change in `AstroNvim` v4, released `01-Apr-2024`. Version 4 `AstroNvim` configurations can be installed with `lazyman -4 ...` and version 3 `AstroNvim` configurations can be installed with `lazyman -J ...`. -In addition, an example `AstroNvim v4` configuration is included in the `lazyman` -supported `Starter` configurations and can be installed with `lazyman -x AstroNvimV4`. +In addition, an example `AstroNvim v4` configuration is included in the `lazyman` supported `Starter` configurations and can be installed with `lazyman -x AstroNvimV4`. The `AstroNvimV4` configuration can be managed using an interactive menu interface with `lazyman -F anvmv4`. ## New Features @@ -17,7 +14,7 @@ supported `Starter` configurations and can be installed with `lazyman -x AstroNv This major new release of `lazyman` supports over 100 Neovim configurations. The `nvim-Lazyman` Neovim configuration options and enabled plugins can be managed through the `lazyman` command menus. The Lazyman initialization defaults to using the native package manager rather than Homebrew to install Neovim dependencies and tools. Native package managers are supported on Debian based platforms (e.g. Ubuntu), RPM based platforms (e.g. Fedora), Arch Linux, Alpine Linux, SUSE Linux, and Void Linux. To use Homebrew rather than the native package manager, use `lazyman -h ...` when initializing the system. Homebrew is the default on macOS and used elsewhere if no supported native package manager is found. Version 3.1 adds support for 3 namespaces in the `Lazyman` Neovim configuration - `ecovim` (the default), `free` (the original), and `onno`. All namespaces can be managed via menus (`lazyman -F`). -All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v3.1.5r4/lazyman.sh) script. Download and execute to get started: +All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v3.1.6r1/lazyman.sh) script. Download and execute to get started: ```bash git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman @@ -114,7 +111,7 @@ If, after initializing Lazyman with `lazyman -Z`, you wish to let Lazyman instal ### Bootstrap -To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v3.1.5r4/lazyman.sh). +To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v3.1.6r1/lazyman.sh). The recommended bootstrap procedure is with `git`: diff --git a/VERSION b/VERSION index 13294854..8195660c 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -VERSION=3.1.5 -RELEASE=4 +VERSION=3.1.6 +RELEASE=1 PACKAGE=1