···2626 Please report any remaining issues you have with the Git
2727 subprocessing path.
28282929+* On macOS, config.toml files in `~/Library/Application Support/jj` are
3030+ deprecated; one should instead use `$XDG_CONFIG_HOME/jj`.
3131+2932### New features
30333134* Color-words diff has gained [an option to compare conflict pairs without
···3740 `jj bookmark list` command.
38413942### Fixed bugs
4343+4444+* On macOS, jj now defaults to looking for its config in `$XDG_CONFIG_HOME`
4545+ rather than the more GUI-native `~/Library/Application Support`.
4646+4747+* When there are existing config.toml files, don't suggest creating a new file
4848+ in the config file picker.
40494150### Packaging changes
4251
+9-5
docs/config.md
···15491549configs to be split across multiple files and combines well
15501550with [Conditional Variables](#conditional-variables).
1551155115521552-| Platform | Location of `<PLATFORM_SPECIFIC>` dir | Example config file location |
15531553-| :------- | :------------------------------------ | :-------------------------------------------------------- |
15541554-| Linux | `$XDG_CONFIG_HOME` or `$HOME/.config` | `/home/alice/.config/jj/config.toml` |
15551555-| macOS | `$HOME/Library/Application Support` | `/Users/Alice/Library/Application Support/jj/config.toml` |
15561556-| Windows | `{FOLDERID_RoamingAppData}` | `C:\Users\Alice\AppData\Roaming\jj\config.toml` |
15521552+| Platform | Location of `<PLATFORM_SPECIFIC>` dir | Example config file location |
15531553+| :-------------- | :------------------------------------ | :-------------------------------------------------------- |
15541554+| Linux and macOS | `$XDG_CONFIG_HOME` or `$HOME/.config` | `/home/alice/.config/jj/config.toml` |
15551555+| Windows | `{FOLDERID_RoamingAppData}` | `C:\Users\Alice\AppData\Roaming\jj\config.toml` |
15561556+15571557+On macOS, jj used to put the user config in `~/Library/Application Support`,
15581558+and jj will still look there for backwards compatibility purposes; this is
15591559+considered a deprecated location, and you should use the new default
15601560+`XDG_CONFIG_HOME`.
1557156115581562The location of the `jj` user config files/directories can also be overridden with the
15591563`JJ_CONFIG` environment variable. If it is not empty, it will be used instead