Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klaas-sh/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: klaas-sh/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 18, 2026

  1. Configuration menu
    Copy the full SHA
    d23e806 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    417f0f6 View commit details
    Browse the repository at this point in the history
  2. cli: Fix install marker path mismatch across platforms

    The install scripts create the marker file at:
    - Linux/macOS: ~/.local/share/klaas/.installed
    - Windows: %LOCALAPPDATA%\klaas\.installed
    
    But dirs::data_dir() returns platform-specific paths:
    - macOS: ~/Library/Application Support (wrong)
    - Windows: %APPDATA% (Roaming, wrong)
    
    This caused install events to never be detected on macOS/Windows.
    
    Fix: Create get_data_dir() that uses the same paths as install scripts.
    magikMaker committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    07c5745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1fb75f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b73b57a View commit details
    Browse the repository at this point in the history
Loading