From aa0156cdf21c2d0b2a34e3aa71bed4bb5f0117bf Mon Sep 17 00:00:00 2001 From: Jason Buchanan Date: Fri, 14 Feb 2025 13:32:36 -0700 Subject: [PATCH] docs(feed): documenting improvements to the image view in the home feed --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3325ea..d2f1c3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ 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). +## [0.4.0] - 2025.02.14 +### Changed +- Images in the home feed now take up the full width of the card. +- Clicking the image previously, would open the image in a new tab. Now, clicking the image opens the image in a lightbox view. + +### Added +- Clicking an image also now displays an in-app lightbox view of the image. +- The lightbox view includes a download button for the image in mobile view. + + + ## [0.3.57] - 2025.02.11 ### Added - Automatic user creation in onboarding meetings