- deps: update go packages
- deps: update go packages
- deps: update go packages (#154)
- deps: update go packages (#153)
- deps: update go packages (#149)
- deps: bump github.com/charmbracelet/bubbles from 0.18.0 to 0.19.0 (#145)
- deps: bump github.com/charmbracelet/bubbletea (#143)
- deps: upgrade go version and available deps
- deps: update dependency go to v1.22.6 (#140)
- deps: update module github.com/samber/lo to v1.46.0 (#136)
- deps: update go packages (#134)
- deps: go version and deps
- deps: update go packages (#131)
- deps: update module github.com/charmbracelet/bubbletea to v0.26.5 (#129)
- deps: update module github.com/spf13/cobra to v1.8.1 (#128)
- deps: update go packages (#125)
- deps: update all
- deps: update module github.com/gen2brain/beeep to v0.0.0-20240516210008-9c006672e7f4 (#120)
- deps: update module github.com/charmbracelet/bubbletea to v0.26.2 (#119)
- deps: update module github.com/charmbracelet/bubbletea to v0.26.1 (#117)
- deps: update module github.com/charmbracelet/lipgloss to v0.10.0
- deps: update module github.com/charmbracelet/bubbles to v0.18.0 (#92)
- add setting to skip tls verification
- replace unmaintained zabbix lib
- deps: update github.com/gen2brain/beeep digest to c7bb2cd (#84)
- deps: update module github.com/spf13/viper to v1.18.2 (#81)
- deps: update module github.com/charmbracelet/bubbles to v0.17.1 (#78)
- deps: update module github.com/spf13/viper to v1.18.1 (#75)
- deps: update module github.com/samber/lo to v1.39.0 (#73)
- deps: update module github.com/spf13/cobra to v1.8.0 (#63)
- replace deprecated tea.Program.Start by Run
- deps: update module github.com/charmbracelet/lipgloss to v0.9.1 (#55)
- deps: update module github.com/charmbracelet/lipgloss to v0.9.0 (#54)
- deps: update module github.com/spf13/viper to v1.17.0 (#52)
- deps: update github.com/gen2brain/beeep digest to 1a38885 (#47)
- replace zerolog by stdlib slog
v0.6.3 - 2023-03-23
- release v0.6.3
- deps: bump github.com/charmbracelet/lipgloss from 0.6.0 to 0.7.1
- deps: bump github.com/charmbracelet/bubbletea
v0.6.2 - 2023-02-04
- deps: bump all
- deps: bump github.com/rs/zerolog from 1.28.0 to 1.29.0
- deps: bump github.com/spf13/viper from 1.14.0 to 1.15.0
- deps: bump github.com/samber/lo from 1.36.0 to 1.37.0
- deps: bump github.com/samber/lo from 1.34.0 to 1.36.0
- deps: bump github.com/charmbracelet/bubbletea
- deps: bump github.com/charmbracelet/bubbletea
- deps: bump github.com/samber/lo from 1.33.0 to 1.34.0
- deps: bump github.com/spf13/viper from 1.13.0 to 1.14.0
- deps: bump github.com/spf13/cobra from 1.6.0 to 1.6.1
- deps: bump github.com/spf13/cobra from 1.5.0 to 1.6.0
- deps: bump github.com/samber/lo from 1.31.0 to 1.33.0
- deps: bump github.com/samber/lo from 1.29.0 to 1.31.0
- deps: bump github.com/samber/lo from 1.28.2 to 1.29.0
- deps: bump github.com/samber/lo from 1.28.0 to 1.28.2
- deps: bump github.com/charmbracelet/lipgloss from 0.5.0 to 0.6.0
- deps: update viper and bubbles
- deps: bump github.com/samber/lo from 1.27.1 to 1.28.0
v0.6.1 - 2022-08-31
- exit on zabbix connect/fetch errors
- deps: bump github.com/rs/zerolog from 1.27.0 to 1.28.0
- deps: bump github.com/samber/lo from 1.27.0 to 1.27.1
v0.6.0 - 2022-08-24
- tui: add
s
keybinding to open ssh://host
v0.5.0 - 2022-08-21
- keep cursor position after table update
- add event time to output
v0.4.0 - 2022-08-20
- deps: bump github.com/pterm/pterm from 0.12.44 to 0.12.45
- deps: bump github.com/samber/lo from 1.26.0 to 1.27.0
- deps: bump github.com/pterm/pterm from 0.12.42 to 0.12.44
- deps: bump github.com/samber/lo from 1.25.0 to 1.26.0
- deps: bump github.com/samber/lo from 1.21.0 to 1.25.0
- add navigation between items
v0.3.4 - 2022-06-24
- better error messages
- use a more simple tui framework
v0.3.3 - 2022-06-19
- move data loop into a goroutine
- remove unnecessary type arguments
- update table instead of rebuild it
- use termui for ui rendering
v0.3.2 - 2022-06-15
- use zabbix pacakge constants
- merge cmd and config files
v0.3.1 - 2022-06-14
- use buffered chan
- simplify flag/config bind
- check error on clean exec
- revert split in modules
v0.3.0 - 2022-06-13
- fail if not config file found
- update deps
- log instead of panic
- do not re-format vendored files
- deps: bump github.com/rs/zerolog from 1.26.1 to 1.27.0
- add 'grep' flag to filter hosts with regexp
- check mandatory settings are set
- override json keys
- marshal items instead of table for better json ouput
v0.2.0 - 2022-06-07
- dump json when output is redirected
- move config into its own package
- split into packages
- fix output filename
- update go-zabbix dependency