Skip to content

v0.6.0: focus on the definitions in configuration #76

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

Merged
merged 69 commits into from
Mar 27, 2025
Merged

v0.6.0: focus on the definitions in configuration #76

merged 69 commits into from
Mar 27, 2025

Conversation

ynqa
Copy link
Owner

@ynqa ynqa commented Feb 28, 2025

What

lanej and others added 19 commits January 8, 2025 16:49
- Updated test assertions to reflect the changes in active_item_style
- Added `env_logger` for enhanced logging capabilities.
- Integrated `shellexpand` to handle tilde expansion in config paths.
- Updated `ConfigContentStyle` to use simplified field names.
- Ensured unknown fields in config files are denied.
- Modified tests to reflect changes in `ConfigContentStyle`.
Added support for custom key events and focus prefixes in the
configuration. This includes new fields in the Config and
ConfigFile structs, as well as updates to the merge function
and related tests. The changes enhance the flexibility and
customizability of the editor.
Added spin_duration field to Config and ConfigFile structs. Updated
merge function to handle spin_duration. Set default spin_duration to
300ms. Removed redundant spin_duration initialization in main.
Added new style options to Config and ConfigFile structs, including
prefix_style, active_char_style, inactive_char_style, curly_brackets_style,
square_brackets_style, key_style, string_value_style, number_value_style,
boolean_value_style, and null_value_style. Updated merge function and
default implementation to handle these new styles.
Removed unused dependencies `env_logger`, `log`, and `humantime` from
Cargo.toml and Cargo.lock. Cleaned up related imports and initialization
code in main.rs.
- Bump versions for various dependencies in Cargo.lock
- Add `dirs` crate to Cargo.toml
- Remove `shellexpand` crate from Cargo.toml
feat: add configuration file support
@ynqa ynqa changed the title v0.6.0 v0.6.0: focus on the definitions in configuration Mar 27, 2025
@ynqa ynqa marked this pull request as ready for review March 27, 2025 14:42
@ynqa ynqa merged commit 43cd6af into main Mar 27, 2025
7 checks passed
@ynqa ynqa deleted the v0.6.0/dev branch March 27, 2025 14:48
@ynqa ynqa mentioned this pull request Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants