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

Save cache to standard directory #37

Merged
merged 10 commits into from
Mar 30, 2017
Merged

Save cache to standard directory #37

merged 10 commits into from
Mar 30, 2017

Commits on Jan 11, 2017

  1. Save cache to standard directory

    The cache is saved to a standard cache directory using the "env-paths"
    module, rather than saving in the home directory.
    The old cache directory will automatically be migrated to the new
    location.
    
    Resolves #24
    
    BREAKING CHANGE: Cache is no longer stored in `~/.electron`.
    Siilwyn committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    6cd027e View commit details
    Browse the repository at this point in the history
  2. Rewrite migration test

    Siilwyn committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    951f670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547d47a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59278d View commit details
    Browse the repository at this point in the history
  5. Remove development leftover

    Siilwyn committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    f9be647 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    db92aa9 View commit details
    Browse the repository at this point in the history
  2. Remove migration code

    Siilwyn committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    4b2b22f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    803f90c View commit details
    Browse the repository at this point in the history
  2. Remove duplicate reference

    Siilwyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    7ff0103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c33a9 View commit details
    Browse the repository at this point in the history