Skip to content
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

feat: device-specific persistent configuration #374

Merged
merged 3 commits into from Sep 5, 2022
Merged

Commits on Sep 2, 2022

  1. feat: device-specific persistent configuration

    All settings are now persistent.
    Some settings are device-specific which means you can maintain different settings across several devices:
    - Affect all the users of the phone
    - Clear and disable packages instead of uninstall them
    
    The settings are still stored in the `config.toml` file (see https://github.com/dirs-dev/dirs-rs#example)
    0x192 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e1e73fd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update changelog

    0x192 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    6a04109 View commit details
    Browse the repository at this point in the history
  2. Replace invalid config file by default

    `0.5.x` config file is incompatible with the new specification
    0x192 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    620a1bf View commit details
    Browse the repository at this point in the history