feat!: prepare ctui 1.0.0 - #6
Merged
Merged
Conversation
…ion and improved completion
- Per-project configs, records, and command history - Built-in project/config/history management commands - JSON config and SQLite project import/export - Config templates and cross-platform storage paths - Command confirmations and history suppression - Keyword/value arguments without -- - Python 3.11 minimum - Updated examples, documentation, and tests
…ling and features
…sion and sampling of finite patterns; add corresponding examples and tests
…ex formatting validation; add corresponding tests
…integer ranges; implement corresponding examples and tests
… 1.0 release Key improvements: - Fixed command parsing, missing option values, invalid flags/signatures, and registry collisions. - Ensured all command execution failures emit command_failed. - Added concise CLI handling for unexpected command exceptions. - Hardened startup/shutdown cleanup for storage and project backends. - Fixed ignored layout injection and dialog configuration parameters. - Added validation for project names, config imports, and negative query limits. - Corrected stale tutorial commands and README named-argument examples. - Added installation guidance and missing example imports. - Corrected repository metadata from ctserial to ctui. - Aligned package licensing with the checked-in GPLv3 license and source headers. - Removed the obsolete six dependency. - Added public API documentation throughout the project services. - Formatted source, tests, and examples with Black and isort. Verification completed: - 91 tests pass on Python 3.11, 3.12, 3.13, and 3.14. - Tutorial commands and the tutorial command file execute successfully. - Source, tests, and examples compile successfully. - Black, isort, and whitespace checks pass. - Source and wheel distributions build successfully. - The wheel imports and runs in an isolated Python 3.11 environment.
…update connection methods and add tests for non-blocking behavior
…ecks; add smoke tests for built distributions
…imports and version metadata
… backups; enhance schema management
…ase checklist and changelog
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
Prepare ctui 1.0 as the first stable release.
Major changes
Release preparation
1.0.0rc1Validation