You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/src
Arijit Basu 6aa3df301e Separate config.yml file from rust files
Also be less aggressive for version compatibility.

Use the following logic:

Knowing that we use `{major}.{minor}.{patch}` versioning,

- Major version mismatch are incompatible. Fail with error, suggesting to
  visit the Upgrade Guide.
- Minor version updates and patch fixes are compatible. Suggest user to
  update the config file version manually. Or visit the Upgrade Guide.

- However, if the config file has greater value for minor version
  than the app, also fail with error. Suggesting the user to visit Upgrade
  Guide. Though in this case, the user will be downgrading.

Ref: https://github.com/sayanarijit/xplr/issues/45
3 years ago
..
app.rs Separate config.yml file from rust files 3 years ago
auto_refresher.rs Remove task priority 3 years ago
config.rs Separate config.yml file from rust files 3 years ago
config.yml Separate config.yml file from rust files 3 years ago
default_config.rs Separate config.yml file from rust files 3 years ago
event_reader.rs Remove task priority 3 years ago
explorer.rs Remove task priority 3 years ago
input.rs Fixed error preventing compilation 3 years ago
lib.rs Separate config.yml file from rust files 3 years ago
main.rs Separate config.yml file from rust files 3 years ago
pipe_reader.rs Remove task priority 3 years ago
pwd_watcher.rs Remove task priority 3 years ago
ui.rs Add support for custom metadata for table row UI 3 years ago