-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
76dfa32
commit ea75ce8
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
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] | ||
|
||
## [0.1.1](https://github.com/stevent-team/favicon-rover/compare/v0.1.0...v0.1.1) - 2023-12-20 | ||
|
||
### Other | ||
- Add an important comment | ||
- Exclude fallback code without server feature | ||
- Run CI with all features | ||
- Send cache control header | ||
- Use EnvFilter for tracing | ||
- Implement CORS protection | ||
- Render SVG favicons | ||
- Convert to image format based on Accept header | ||
- Refactor favicon responses | ||
- Generate fallback initial code | ||
- Add webp codec support | ||
- Create FaviconImage wrapper for image | ||
- Setup cargo feature for server | ||
- Implement writing images to stdout and files | ||
- Wrap image structs in custom Image struct | ||
- Correctly call .await on fallback | ||
- Correctly call .await on fallback | ||
- Continue working on fetching favicons | ||
- Add a scrape_link_tags fn |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters