-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.0.0 #172
Conversation
This file contains 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
- Rename and update modules - Simplify get_highlighter function
- Add enable/disable options for HighlighterConfig - Update modules and imports accordingly
- Introduce HighlightGroups and HighlighterConfigNew - Simplify highlighter determination logic - Replace HighlighterConfig with HighlightGroups in mod.rs
- Merge ProcessedTheme into Theme - Update references in mod.rs
- Change deny to warn for missing-const-for-fn - Add Clone to CliOptsderive attributes
- Add notes on using --listen-command - Update examples with kubectl logs - Highlight new behavior with pipes
- Clarify command output capture - Rename hidden completions option
- Add mappings for quotes, IPs, and more in theme - Convert fields to optional for better handling - Optimize import statements with wildcard
- Introduce IPv4 and refine IPv6 config - Extend theme with various highlighter groups
- Bump versions for 'cc', 'once_cell', and others - Remove 'portable-atomic' package - Introduce 'add_builtin_keywords' function for additional highlighting
- Update highlighter to support keywords and regexes - Enhance theme mapping with keyword and regex parsing - Modify theme structs to include keywords and regex configurations
- Implement get_keywords_from_cli function - Integrate keyword extraction into main.rs - Add keywords module to cli mod.rs
- Combine parsing functions for improved readability - Enhance error handling by including error sources - Simplify path handling with utility functions
- Use enums for enable/disable highlighters - Remove redundant boolean fields - Refactor functions to accommodate changes
- Simplify enable/disable highlighting flags - Update shell completions for new flag syntax - Adjust documentation to reflect new flag usage
This was referenced Oct 12, 2024
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.
No description provided.