diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5389c..e2f12e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2026-05-05 + +### Fixed +- Fixed an issue where the location picker dropdown in the disc edit screen had a fixed width, causing longer location names to be truncated and unreadable. The dropdown now intelligently expands to fit the location names up to a reasonable max width. + ## [0.5.0] - 2026-04-25 ### Added diff --git a/src/components/LocationPicker.tsx b/src/components/LocationPicker.tsx index 3f7f081..2369da7 100644 --- a/src/components/LocationPicker.tsx +++ b/src/components/LocationPicker.tsx @@ -101,14 +101,14 @@ export default function LocationPicker({ tree, value, onChange, className = '' } {/* Dropdown */} -
) })}