From 7cc89e0ee08d1f864f8fe24f7a331b1f59b411de Mon Sep 17 00:00:00 2001 From: pederhan Date: Thu, 28 Nov 2024 10:42:21 +0100 Subject: [PATCH] Add changelog dates+hyperlinks --- CHANGELOG | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6ab377ba..78d6b91d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - V2-style `-C` command invocation shim. Now correctly passes arguments to the new CLI. -## [3.3.0] +## [3.3.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.3.0) - 2024-11-06 ### Added @@ -68,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `app.use_paging` → `app.output.paging` - `app.output_format` → `app.output.format` -## [3.2.0] +## [3.2.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.2.0) - 2024-10-29 ### Added @@ -84,26 +84,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Screen flickering on application startup when not authenticating via username and password prompt. - `define_host_usermacro` not working as expected when using a macro name that already exists elsewhere. -## [3.1.3] +## [3.1.3](https://github.com/unioslo/zabbix-cli/releases/tag/3.1.3) - 2024-10-15 ### Fixed - Empty macro names not throwing an error in macro commands. - Pyinstaller built binary on certain Linux versions. -## 3.1.2 +## [3.1.2](https://github.com/unioslo/zabbix-cli/releases/tag/3.1.2) - 2024-10-01 ### Changed - Reduced source distribution size by excluding unnecessary files. -## 3.1.1 +## [3.1.1](https://github.com/unioslo/zabbix-cli/releases/tag/3.1.1) - 2024-10-01 ### Added - Publish to PyPI. -## 3.1.0 +## [3.1.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.1.0) - 2024-09-27 ### Added @@ -114,7 +114,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `--config` now always creates the config file at the given location if it doesn't exist. - `show_config` now shows the absolute path to the active configuration file. -## 3.0.3 +## [3.0.3](https://github.com/unioslo/zabbix-cli/releases/tag/3.0.3) - 2024-09-16 ### Added @@ -142,7 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `show_usermacro_template_list` not showing all templates with the given macro. - Auth token file using username from config file instead of from prompt. -## 3.0.2 +## [3.0.2](https://github.com/unioslo/zabbix-cli/releases/tag/3.0.2) - 2024-09-06 ### Added @@ -162,7 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Before: `ZABBIX_CLI_USERNAME`, `ZABBIX_CLI_PASSWORD` - After: `ZABBIX_USERNAME`, `ZABBIX_PASSWORD` -## 3.0.1 +## [3.0.1](https://github.com/unioslo/zabbix-cli/releases/tag/3.0.1) - 2024-09-05 ### Changed @@ -174,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `migrate_config` using `legacy_json_format = true` in the resulting TOML configuration file by default. - Can force the old JSON format with the new `--legacy-json-format` flag. -## 3.0.0 +## [3.0.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.0.0) - 2024-09-02 ### Added