Skip to content

Commit 4d9a5c5

Browse files
committed
ready for v1.11.0
1 parent cf5d091 commit 4d9a5c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

amfora.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
var (
19-
version = "v1.10.0"
19+
version = "v1.11.0"
2020
commit = "unknown"
2121
builtBy = "unknown"
2222
)

0 commit comments

Comments
 (0)