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

tilp: Use g_get_user_config_dir() to get the config directory #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. tilp: Use g_get_user_config_dir() to get the config directory

    This allows the XDG base specification to be followed, defaulting to LocalAppData on windows
    aarondill committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    89421ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef728a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c375937 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. docs: Update docs to describe deprecated config migration

    (also fixes 'windows' -> 'Windows')
    aarondill committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0b06ebc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. fix: restore detection of deprecated config path on non-windows

    the dot was accidentally removed while copying. The leading dot has been re-added now
    aarondill authored May 18, 2024
    Configuration menu
    Copy the full SHA
    dbff573 View commit details
    Browse the repository at this point in the history