diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c3594..ceea82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.6.0](https://github.com/Robitx/gp.nvim/compare/v3.5.1...v3.6.0) (2024-08-01) + + +### Features + +* configurable zindex with default to 49 (resolve: [#132](https://github.com/Robitx/gp.nvim/issues/132)) ([6dca8ea](https://github.com/Robitx/gp.nvim/commit/6dca8ead9ffcfdb97d09a97369613ddd30170605)) + + +### Bug Fixes + +* agent refreshing for default commands ([d5fcd00](https://github.com/Robitx/gp.nvim/commit/d5fcd00b06d2dab95481f15c79eb1455ff3a4da7)) +* win32 detection ([6d0f1b5](https://github.com/Robitx/gp.nvim/commit/6d0f1b5f23c3353b89d8ebadb397a5652e29cead)) + ## [3.5.1](https://github.com/Robitx/gp.nvim/compare/v3.5.0...v3.5.1) (2024-07-31)