You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.0] - 2025-07-08
11
+
12
+
10
13
### Added
11
14
-**Configurable Key Bindings**: Added support for customizing all major actions via the `key_bindings` section in the config file.
12
15
-**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
36
39
- New `make code-quality` target combining `go vet` and `golangci-lint` for comprehensive checks
37
40
- CI now runs `go vet` before `golangci-lint` to catch additional issues early
38
41
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
+
40
49
41
50
### Fixed
42
51
-**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