mirror of
https://github.com/aclist/dztui.git
synced 2025-04-08 13:33:00 +02:00
chore: bump version
This commit is contained in:
parent
fbd1a355d5
commit
459dd69359
2 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [5.6.6] 2024-04-04
|
## [5.6.7] 2024-04-04
|
||||||
## Dropped
|
## Dropped
|
||||||
- Removed extraneous pre-boot API checks that could cause error messages to be printed if the user had not set up an API key yet
|
- Removed extraneous pre-boot API checks that could cause error messages to be printed if the user had not set up an API key yet
|
||||||
|
|
||||||
|
## [5.6.6] 2024-04-04
|
||||||
|
## Changed
|
||||||
|
- Update IP database records for 2025-03
|
||||||
|
|
||||||
## [5.6.5] 2024-03-04
|
## [5.6.5] 2024-03-04
|
||||||
## Fixed
|
## Fixed
|
||||||
- Livonia server results being dropped from batch queries
|
- Livonia server results being dropped from batch queries
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.6.6
|
version=5.6.7
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
|
Loading…
Reference in a new issue