Skip to content

Commit

Permalink
Add changelog dates+hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 28, 2024
1 parent d15120e commit 7cc89e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 7cc89e0

Please sign in to comment.