Skip to content

Commit cd33e2f

Browse files
committed
📝 Prepare v0.8.0 release
- Update changelog with v0.8.0 release notes - Ready for release tagging and merge to master
1 parent d62b0cb commit cd33e2f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2025-07-08
11+
12+
1013
### Added
1114
- **Configurable Key Bindings**: Added support for customizing all major actions via the `key_bindings` section in the config file.
1215
- **View Switching with Brackets**: Changed default view switching keys to `]` (forward) and `[` (reverse) for better reliability across terminals.
@@ -36,7 +39,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639
- New `make code-quality` target combining `go vet` and `golangci-lint` for comprehensive checks
3740
- CI now runs `go vet` before `golangci-lint` to catch additional issues early
3841

39-
## [0.7.1] - 2025-07-01
42+
# Changelog
43+
44+
All notable changes to this project will be documented in this file.
45+
46+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
47+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
48+
4049

4150
### Fixed
4251
- **noVNC Files Embedding**: Fixed noVNC files to be properly embedded in compiled binary using Go's `//go:embed` directive instead of runtime filesystem access

0 commit comments

Comments
 (0)