-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
242b27a
commit b9539bf
Showing
3 changed files
with
25 additions
and
141 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 |
---|---|---|
@@ -1,74 +1,38 @@ | ||
# Changelog | ||
## v1.2.0 (2024-01-05) | ||
|
||
All notable changes to this project will be documented in this file. | ||
### Bugs fixed: | ||
|
||
## [unreleased] | ||
- recursively process directory([`a612b8b`](https://github.com/waynezhang/foto/commit/a612b8bcd9dc4aa825aaef91c54af2c74f4a9264)) | ||
- **indexer**: add validation to slug([`0c9fb1e`](https://github.com/waynezhang/foto/commit/0c9fb1ec7a2984db5735905cdbba5700228af2ac)) | ||
- **log**: fix some log issue([`29fba6e`](https://github.com/waynezhang/foto/commit/29fba6ee5b326d54b37ed4464b95687bc47b51f2)) | ||
|
||
### Bug Fixes | ||
### Performance improves: | ||
|
||
- Fix some log issue | ||
- Add validation to slug | ||
- Recursively process directory | ||
- build index in concurrency([`7a2b124`](https://github.com/waynezhang/foto/commit/7a2b12417c548e7d79c4c7e1de927369d27def11)) | ||
- process images concurrently([`f23b327`](https://github.com/waynezhang/foto/commit/f23b3276c0c59550adc878cab697805939802321)) | ||
- none minimizer should do nothing([`07a2b89`](https://github.com/waynezhang/foto/commit/07a2b896f55fd489421e31fc171c96628727e566)) | ||
|
||
### Miscellaneous Tasks | ||
## v1.0.9 (2024-01-02) | ||
|
||
- Change some messages | ||
- Add CHANGELOG.md | ||
- Fix README | ||
### Bugs fixed: | ||
|
||
### Performance | ||
- **image**: size information in generated HTML is incorrect for images([`69072f0`](https://github.com/waynezhang/foto/commit/69072f087cc76adcc4293e473523f869149e4c5c)), Closes: #3 | ||
|
||
- None minimizer should do nothing | ||
- Process images concurrently | ||
- Build index in concurrency | ||
## v1.0.8 (2024-01-01) | ||
|
||
### Refactor | ||
### Bugs fixed: | ||
|
||
- Move url path definition to constants | ||
- Reorganize files | ||
- Small refactoring | ||
- **export**: add error handling for duplicated slugs([`f378beb`](https://github.com/waynezhang/foto/commit/f378bebacebe96e2ecc31e912492f89200b461ce)), Closes: #4 | ||
- HTML should be supported([`7a84081`](https://github.com/waynezhang/foto/commit/7a84081864679040fbda84539c392acae5ad9ec5)) | ||
|
||
### Styling | ||
### BREAKING CHANGES: | ||
|
||
- Adjust style | ||
- PhotoSwipeVersion should be changed to lowercase `photoswipeversion` in the template html. | ||
|
||
### Testing | ||
## v1.0.7 (2023-12-30) | ||
|
||
- Add test cases | ||
- Test minimize in exporting | ||
## v1.0.6 (2023-12-30) | ||
|
||
## [1.0.8] - 2024-01-01 | ||
## v1.0.5 (2023-08-31) | ||
|
||
### Bug Fixes | ||
|
||
- HTML should be supported | ||
- Add error handling for duplicated slugs | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Mod gitignore | ||
|
||
### Refactor | ||
|
||
- Move TemplatePath to constnats | ||
- Small refactor on cache | ||
- Rename processor to extactor | ||
- Rename test to testdata | ||
- [**breaking**] Simplified config handling | ||
|
||
### Styling | ||
|
||
- Format | ||
|
||
### Testing | ||
|
||
- Add test for cache | ||
- Add test for config | ||
- Add test for files | ||
- Add test for image | ||
- Add tests for processor | ||
- Move Checksum to files | ||
- Add tests | ||
- Add test case to for images with orientation exif data | ||
|
||
<!-- generated by git-cliff --> | ||
## v1.0.4 (2022-07-29) |
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
This file was deleted.
Oops, something went wrong.