Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 14 of 95 Next →
February 28, 2026
patch Notes

Fix trash view title overflow — replace StackPanel with DockPanel (BUG #20)

Details

Horizontal StackPanel gives children unbounded width, making TextTrimming

ineffective. Switch to DockPanel so the icon docks left and the title

fills remaining constrained space, enabling proper ellipsis truncation.

patch Tasks

Make GitHub URLs clickable in task detail panel (BUG #43)

Tasks 1.29.0 → 1.29.1 | ef9b5251
Details

Add OpenGitHubUrl RelayCommand that launches URLs via Process.Start.

Replace non-clickable TextBlocks for GitHub Issue and Link fields with

Button-wrapped TextBlocks that invoke the command.

Bump version 1.29.0 → 1.29.1.

patch Notes

Fix trash view titles not truncating with ellipsis (BUG #20)

Notes 1.65.0 → 1.65.1 | bcdaca03
Details

Add MinWidth="0" to parent StackPanels and MaxLines="1" to the title

TextBlock in the trash item template so titles truncate properly instead

of overflowing the list width.

Bump version 1.65.0 → 1.65.1.

patch Calendar

Fix color picker missing selected visual feedback (BUG #60)

Calendar 1.14.6 → 1.14.7 | c1320ed8
Details

Add SelectedColorBrushConverter (IMultiValueConverter) that compares the

swatch color with the ViewModel's SelectedColor. Use MultiBinding on the

swatch BorderBrush to show a white ring around the currently selected color.

Bump version 1.14.6 → 1.14.7.

patch Tasks

Fix "Add Project" button bypassing project picker UI

Details

The footer "Add Project" button and the "Load Projects" button in the

project picker shared the same OpenAddProjectCommand. When clicked from

the footer, ProjectOwner was empty, so it set an error message and

returned without ever transitioning to the project picker state — the

user never saw the TextBox to enter an owner name.

Split into two commands:

  • ShowAddProjectCommand (footer): shows the project picker UI
  • LoadProjectsCommand (State 3): validates owner and fetches projects
← Prev Page 14 of 95 Next →

Get notified about new releases