Releases: zeropsio/zcli
Releases · zeropsio/zcli
v1.0.29
v1.0.28
v1.0.27
What's Changed
- chore: update npm deps by @nermalcat69 in #171
- change isVpnUp behaviour by @l-hellmann in #153
- Revert "improvement: determine vpn activity by checking existence of … by @jansaidl in #178
- fix: report error if selections are empty by @jansaidl in #177
Full Changelog: v1.0.26...v1.0.27
[v1.0.26] - 2024-09-10
What's Changed
- fix: github workflows set CGO_ENABLED=0 on for build job by @l-hellmann in #174
Full Changelog: v1.0.25...v1.0.26
[v1.0.25] - 2024-09-10
What's Changed
- chore: update to go1.23, github workflows & README.md by @l-hellmann in #172
- release: CHANGELOG.md by @l-hellmann in #173
Full Changelog: v1.0.24...v1.0.25
[v1.0.24] - 2024-09-08
What's Changed
- added basic nix flake by @Arbel-arad in #163
- feat: beautify readme by @nermalcat69 in #166
- chore: fix workflow link by @nermalcat69 in #167
- chore: change badge colors by @nermalcat69 in #168
- improvement: don't ask for projectId when serviceId is provided by @l-hellmann in #169
- release: update CHANGELOG.md by @l-hellmann in #170
New Contributors
- @Arbel-arad made their first contribution in #163
- @nermalcat69 made their first contribution in #166
Full Changelog: v1.0.23...v1.0.24
[v1.0.23] - 2024-08-20
What's Changed
- Used shortened links for install scripts (redirect to files on github) by @MichalSalon in #162
- Also use log format template when following logs by @tikinang in #164
Full Changelog: v1.0.22...v1.0.23
v1.0.22
[v1.0.22] - 2024-08-05
Added
- install scripts for Linux, macOS and Windows
- check if
resolvectl
is available forvpn
commands
Fixed
- commands will now exit with exit code 1 for all error types
v1.0.21
v1.0.20
[v1.0.20] - 2024-07-02
Added
service deploy
command now reacts to the.deployignore
file located in the--workingDir
directory, learn more about.deployignore
in the docs