What's Changed
Fixes
- fix: version flag cmd RunE by @idagelic in #1173
- fix: correctly check for server running in install script by @idagelic in #1181
- fix: stop server as user on install by @Tpuljak in #1183
- fix: properly check if git provider can handle repo url by @Tpuljak in #1184
- fix: inconsistency with non-follow log reading by @Tpuljak in #1182
- fix: entry not visible in initial screen by @idagelic in #1180
- fix: prevent purge if server is active by @idagelic in #1186
Chores and tests
Breaking changes
#1182
Removed continue-on-completed
flag from the build logs
command. Because the logs are now read correctly, the flag becomes obsolete.
Full Changelog: v0.35.0...v0.35.1