Release v1.3.1 — dependency upgrades, autofit fix, and structural cleanup#25
Merged
Conversation
- Remove Query Preview and Findings panels and their InputMode variants - Add :help command with a structured, scrollable key-reference overlay - Refresh title bar with EXCEL-CLI branding and inline row/col stats - Update status bar to a single-line layout; remove analysis tab buttons - Adjust theme: black background, consistent accent colors across panels - Clean up command executor and key handlers for removed preview/findings modes - Update render tests to reflect the new UI shell
Delete 8 tests that lock down implementation details rather than behavior: Visual style tests (too brittle against theme changes): - help_entry_separator_slashes_are_dimmed - help_entry_chips_use_compact_square_background_without_caps - renders_cell_panel_title_and_border_with_primary_text_color_by_default - renders_notifications_title_and_border_with_primary_text_color - renders_latest_notification_brighter_than_history Stale regression tests (features already removed): - f_no_longer_switches_to_analysis_mode - c_no_longer_switches_to_analysis_mode - removed_analysis_commands_are_reported_as_unknown No functional changes; remaining suite still covers help content, panel layout, and structural regressions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR contains the v1.3.1 release changes, including dependency upgrades, UI autofit restoration, and structural refactoring.
Changes