File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.11.0 ] - 2025-07-14
88### Added
99- Search in pages (#36 , #240 )
1010- Support for custom commands (#262 , #265 )
1111
1212### Changed
1313- Use preformatted_text color for rendering plain text files (#351 )
1414
15+ ### Fixed
16+ - Fix building cview (#360 )
17+
1518
1619## [ 1.10.0] - 2024-03-17
1720### Added
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818var (
19- version = "v1.10 .0"
19+ version = "v1.11 .0"
2020 commit = "unknown"
2121 builtBy = "unknown"
2222)
You can’t perform that action at this time.
0 commit comments