Changelog for
tailspin-fish-completion-4.0.0-1.1.x86_64.rpm :
* Sat Oct 12 2024 werwolf131313AATTgmail.com- Update to version 4.0.0:
* Update changelog
* Refactor highlighting group flags
* Simplify highlighter options in CLI
* Switch inlet_manifold to crates.io registry
* Update README with new feature info
* Update changelog and configuration for v4.0.0 release
* Refactor keyword highlighting options and completions
* Remove unused code
* Rename field \'keyword\' to \'words\' in KeywordToml
* Refactor parse_theme for cleaner match expression
* Refactor theme parsing logic with added config enum
* Refactor theme parsing logic to simplify error handling
* Update inlet_manifold source hash in Cargo.lock
* Refactor theme parsing and error management
* Simplify regex highlighting loop
* Refactor keyword highlighter and update Cargo.lock
* Add keyword extraction from CLI options
* Add `no-builtin-keywords` flag to CLI options
* Update inlet_manifold source & fix highlighter order
* Update inlet_manifold source to latest commit hash
* Reorder datetime highlighter initialization
* Reorganize IP address highlighter initialization
* Update dependencies in Cargo.lock
* Simplify highlighter processor
* Rename HighlightProcessor to HighlightProcessorLegacy
* Enable custom built-in keywords for highlighter configuration
* Update keyword styling in highlighter module
* Add support for JSON highlighting in CLI and themes
* Reorganize option order for highlighting settings
* Add shell completion options for highlighting features
* Update cc and once_cell dependencies
* Add keyword and regex highlighting to themes
* Simplify namespace usage in main.rs
* Refactor imports and rename highlighter function
* Update dependencies & enhance highlighter functionality
* Add IP address and other highlighter support
* Update theme mapping for new Toml fields
* Refactor theme structure for highlighter compatibility
* Remove AllHighlightersDisabled variant from config
* Add support for enabling/disabling more highlight groups
* Add CLI options for various syntax highlighting features
* Update Cargo dependencies and refactor highlighter config
* Add theme file reader for TOML and update deps
* Add number highlighting support and CLI options
* Rename CLI suppress-output argument for clarity
* Update CLI help texts
* Update README with new listen-command usage
* Shorten README.md less usage description
* Make highlighter config functions const
* Update lints and derive attributes
* Rename HighlightGroups to HighlighterGroups
* Refactor highlighter configuration
* Add new config and error handling for Highlighter
* Refactor to use theme_legacy module
* Refactor highlighter module for improved config
* Simplify Clippy command in BuildAndTest.yml
* Add skeleton for new parsers
* add first draft for using manifold
* Update CHANGELOG for version 4.0.0
* Bump the dependencies group with 4 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump tokio from 1.39.2 to 1.39.3 in the dependencies group
* Set upcoming version to 3.1.0
* Bump minor version and reset patch in Cargo.toml
* Bump version and update CHANGELOG
* Sat Aug 17 2024 werwolf131313AATTgmail.com- Update to version 3.0.2:
* Release 3.0.2
* Update CHANGELOG and completions for version 3.1.0
* Add completion hint so shells understand they can complete with file names
* Bump the dependencies group with 4 updates
* Bump the dependencies group with 5 updates
* Bump the dependencies group with 5 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Sat Aug 17 2024 werwolf131313AATTgmail.com- Update to version 3.0.2:
* Release 3.0.2
* Update CHANGELOG and completions for version 3.1.0
* Add completion hint so shells understand they can complete with file names
* Bump the dependencies group with 4 updates
* Bump the dependencies group with 5 updates
* Bump the dependencies group with 5 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 2 updates
* Bump clap_complete from 4.5.5 to 4.5.6 in the dependencies group
* Bump clap from 4.5.6 to 4.5.7 in the dependencies group
* Bump the dependencies group with 4 updates
* Bump tokio from 1.37.0 to 1.38.0 in the dependencies group
* Bump serde from 1.0.202 to 1.0.203 in the dependencies group
* Bump the dependencies group with 2 updates
* Bump serde from 1.0.200 to 1.0.201 in the dependencies group
* Bump serde from 1.0.199 to 1.0.200 in the dependencies group
* Bump serde from 1.0.198 to 1.0.199 in the dependencies group
* Bump serde from 1.0.197 to 1.0.198 in the dependencies group
* Revert \"Properly resolve symlinks\"
* Bump the dependencies group with 2 updates
* Properly resolve symlinks
* Bump eyre from 0.6.11 to 0.6.12
* Update version
* Bump version and update CHANGELOG
* Mon Apr 01 2024 werwolf131313AATTgmail.com- Update to version 3.0.1:
* Release 3.0.1
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 4 updates
* Bump the dependencies group with 4 updates
* Update usage section
* Update README.md
* Bump the dependencies group with 2 updates
* Bump mio from 0.8.10 to 0.8.11
* Bump the dependencies group with 2 updates
* Bump the dependencies group with 1 update
* Mon Apr 01 2024 Dmitry Markov
- Improve parsing of very large log files
* Mon Mar 18 2024 werwolf131313AATTgmail.com- Update to version 3.0.0:
* Release 3.0.0
* Update screenshots
* Add date_words highlighter
* Add word boundary
* Extend time highlighter
* Style separator individually
* Add new date formatter
* Update cargo lock
* Update readme
* Update readme
* Specify full versions
* Update dependencies
* Revert stdin changes
* Update changelog
* Update readme
* Remove the bucket size flag
* Rename follow-command to listen-command
* Refactor stdin reader
* Re-enable parallelization when reading from stdin
* Bump the dependencies group with 1 update
* Update changelog
* Allow config of token separator
* Add pointer highlighter
* Update ipv6 highlighter
* Bump the dependencies group with 1 update
* Add ipv6 highlighter
* Update UUID highlighter
* Support parenthesis in process highlighter
* Rename function
* Properly parse entries
* Clean up uuid highlighter
* Clean up path highlighter
* Clean up ip highlighter
* Remove unsued imports and consts
* Clean up number highlighter
* Clean up keyword highlighter
* Clean up date highlighter
* Remove unused functions
* Handle chunk logic on the outside
* Add highlight with awareness trait
* Process custom keywords and regexes
* Update mapper
* Remove lazy static crate
* Update quotes highlighter function
* Fix warnings
* Fix test
* Large refactor step one
* Bump version and update CHANGELOG
* Mon Mar 18 2024 Dmitry Markov - New features: UUID highlighter now highlights numbers and letters in individual styling Process highlighter has updated default styling and matches processes with parenthesis Added a new highlighter 32-bit and 64-bit pointers (e.g. 0x7f8c8c0c0c0c) Added a IPv6 highlighter (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334) Dates formatted as yyyy/mm/dd and Day Month DD are now highlighted- Breaking changes: Renamed --follow-command to --listen-command The --follow-command flag has been renamed to --listen-command to avoid confusion with the --tail flag. Removed --bucket-size flag The --bucket-size flag has been removed. The bucket size was ultimately an implementation detail that should be set by the program itself.