From a41c73b806d387c22a0649fc6730d807b3b91beb Mon Sep 17 00:00:00 2001 From: ashnwade Date: Tue, 5 Nov 2024 14:40:48 -0400 Subject: [PATCH] changelog --- _static/versions.json | 8 ++++++-- changelog/5.6.3.md | 15 +++++++++++++++ changelog/list.md | 3 ++- conf.py | 2 +- quickstart/quickstart.md | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 changelog/5.6.3.md diff --git a/_static/versions.json b/_static/versions.json index 444b7867..eed2152b 100644 --- a/_static/versions.json +++ b/_static/versions.json @@ -1,10 +1,14 @@ [ { - "name": "v5.6.2 (latest)", - "version": "v5.6.2", + "name": "v5.6.3 (latest)", + "version": "v5.6.3", "url": "/", "preferred": true }, + { + "version": "v5.6.2", + "url": "/v5.6.2/" + }, { "version": "v5.6.1", "url": "/v5.6.1/" diff --git a/changelog/5.6.3.md b/changelog/5.6.3.md new file mode 100644 index 00000000..d6c1a321 --- /dev/null +++ b/changelog/5.6.3.md @@ -0,0 +1,15 @@ +# Changelog for version 5.6.3 + +## Released 05 November 2024 + +## Gravwell + +### Additions + +* Added a hotkey to support bulk comments in the query editor. + +### Bug Fixes + +* Fixed syntax highlighting for comments in the query editor. +* Fixed an issue where hinting was not properly disabled for downstream modules after the eval `set_data()` function was used. +* Fixed an issue where hinting was not properly disabled for downstream modules if an EV came from a module using the `-e` flag. \ No newline at end of file diff --git a/changelog/list.md b/changelog/list.md index 9a913339..13b1b231 100644 --- a/changelog/list.md +++ b/changelog/list.md @@ -7,7 +7,7 @@ maxdepth: 1 caption: Current Release --- -5.6.2 <5.6.2> +5.6.3 <5.6.3> ``` ## Previous Versions @@ -18,6 +18,7 @@ maxdepth: 1 caption: Previous Releases --- +5.6.2 <5.6.2> 5.6.1 <5.6.1> 5.6.0 <5.6.0> 5.5.7 <5.5.7> diff --git a/conf.py b/conf.py index 9d948e5d..57151cb8 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ project = "Gravwell" copyright = f"Gravwell, Inc. {date.today().year}" author = "Gravwell, Inc." -release = "v5.6.2" +release = "v5.6.3" # Default to localhost:8000, so the version switcher looks OK on livehtml version_list_url = os.environ.get( diff --git a/quickstart/quickstart.md b/quickstart/quickstart.md index 7a83660c..5b9e9818 100644 --- a/quickstart/quickstart.md +++ b/quickstart/quickstart.md @@ -19,7 +19,7 @@ This guide is suitable for Community Edition users as well as users with a paid You may find the [installation checklist](checklist) and the [glossary](/glossary/glossary) useful companions to this document. -If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.6.2/gravwell_training_v5.6.2.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository. +If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.6.3/gravwell_training_v5.6.3.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository. ```{note} Community Edition users will need to obtain their own license from [https://www.gravwell.io/download](https://www.gravwell.io/download) before beginning installation. Paid users should already have received a license file via email.