Skip to content

Release v0.49.1#564

Merged
jordandrako merged 9 commits into
mainfrom
release/v0.49.1
Jun 1, 2026
Merged

Release v0.49.1#564
jordandrako merged 9 commits into
mainfrom
release/v0.49.1

Conversation

@jordandrako
Copy link
Copy Markdown
Member

Summary

  • Release v0.49.1 (was 0.49.0)
  • Bumps VERSION and stamps CHANGELOG.md

Changelog

[0.49.1] - 2026-06-01

Added

  • Shift+click range selection in data tables. In selection mode you can now click one row's checkbox, then shift+click another to select every row in between (inclusive) in the order they're displayed.

Fixed

  • Data table selection no longer desyncs when filtering. Rows you select stay selected when you filter them out of view and then clear the filter — the checked boxes always match the selection used for bulk actions. The selection count also reads sensibly when a filter hides some of your selected rows (e.g. "5 selected (2 match filter)").

Post-merge

Tag v0.49.1 will be created automatically, triggering Docker build + GitHub Release.

Merge main back into dev after v0.49.0
- Add shift+click range selection in selection mode
- Fix selection/filter desync: report all selected rows, not just
  filter-visible ones, so checked boxes match the reported selection
- Add filter-aware selection count message
- Fix virtualized rows not reflecting column/selection visibility
  changes until scrolled (stale visibleColumnKey memo dependency)
- Add data-table selection tests
Switch to the filter-aware count whenever the filter hides any selected
row (filteredSelected < selected), not only when selected > filteredTotal.
Previously 'X of Y selected' could show e.g. '2 of 3 selected' while none
of the 3 visible rows were checked.
@jordandrako jordandrako added the release PR Creates a release label Jun 1, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 1, 2026

PR has a label that disables reviews.

@jordandrako jordandrako merged commit 25862fa into main Jun 1, 2026
3 checks passed
@jordandrako jordandrako deleted the release/v0.49.1 branch June 1, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release PR Creates a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant