Start new development cycle.

v0.9
Martin Dosch 3 months ago
parent c9e2f54a50
commit 15b73e9284
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,5 +1,7 @@
# Changelog
## UNRELEASED
## [v0.8.4] 2024-03-09
### Changed
- Properly handle lost connection.

@ -5,7 +5,7 @@
package main
const (
version = "0.8.4"
version = "0.8.5-dev"
// defaults
defaultBufferSize = 100
defaultConfigRowSep = 2

Loading…
Cancel
Save