Skip to content

Commit

Permalink
Update changelog (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilyOrg authored Aug 19, 2024
2 parents 7c44573 + 59347ce commit 8d997b0
Showing 1 changed file with 38 additions and 11 deletions.
49 changes: 38 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,51 @@ version zero.

### Added

- Assume a timezone based on difference between stored EXIF times
- Auto-crop black bars from pillarboxed EXIF-embedded thumbnails
- Allow collections that are defined lower in the configuration with the same
name to override the earlier ones
- Add `created`, `t`, and `dedup` filters (check docs for more)
- Added "tweaks" for preview features
- None

### Changed

- None

### Removed

- None



## [v0.15.2] - 2024-08-19 - Timezone, auto-crop, filters, tweaks

### Added

- New documentation pages
- Added CHANGELOG.md
- New search filters for filtering by date, query similarity, deduplication (see the new docs)

### Changed

- Fixed excessive CPU usage and glitches due to file watches watching the database
- Fixed slow home page loading due to unnecessary database queries
- Fixed image cache size configuration not being applied
- Increase the default image memory cache size to 1 GiB
- Fixed default photo width and height across all layouts
- Later collections with the same name now override earlier collections,
allowing configuration of specific collections of an expanded collection
- Cleaned up README now that there is better documentation

## Fixed

- Timezones are now accounted for in cases the camera writes both a date with
and without a timezone without specifying it explicitly
- Black bars in letter/pillarboxed JPEG thumbnails generated by some cameras are
now cropped automatically
- Image cache size configuration did not apply properly before even through
defaults.yaml implied it was possible
- Fixed the default width and height for photos for all layouts in case metadata
is not present, fixes broken albums in some cases
- Fixed excessive CPU usage and glitches due to file watches watching the
database
- Fixed slow home page loading due to unnecessary database queries

[v0.15.2]: https://github.com/SmilyOrg/photofield/compare/v0.15.1...v0.15.2

### Removed

- TBD

## [v0.15.1] - 2024-05-28 - Timezone & build fixes, and experimental layouts

Expand Down

0 comments on commit 8d997b0

Please sign in to comment.