Skip to content

Commit

Permalink
doc for #240
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Dec 19, 2024
1 parent 509d789 commit 697bfb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Search in pages (#36, #240)

### Changed
- Use preformatted_text color for rendering plain text files (#351)

Expand Down
1 change: 1 addition & 0 deletions THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS
* Autumn! (@autumnull)
* William Rehwinkel (@FiskFan1999)
* Frank Seifferth (@seifferth)
* Robin Schubert (@Schubisu)
3 changes: 2 additions & 1 deletion display/thanks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// nolint
//nolint
package display

//go:generate ./thanks.sh
Expand Down Expand Up @@ -35,4 +35,5 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS
* Autumn! (@autumnull)
* William Rehwinkel (@FiskFan1999)
* Frank Seifferth (@seifferth)
* Robin Schubert (@Schubisu)
`)

0 comments on commit 697bfb4

Please sign in to comment.