You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* As [`directories`] stopped being maintained we switch to [`directories-next`]. Both crates released a breaking change regarding default configuration path change on macos. For further information check their changelog.
38
+
* The base functions `load` and `store` have been added an optionnal parameter in the event multiples configurations are needed, or ones with different filename.
39
+
* The default configuration file is now named "default-config" instead of using the application's name. Put the second argument of `load` and `store` to be the same of the first one to keep the previous configuration file.
40
+
* It is now possible to save the configuration as toml or as yaml. The configuration's file name's extention depends on the format used.
41
+
42
+
### Version 0.4.0
36
43
Starting with version 0.4.0 the configuration file are stored in the expected place for your system. See the [`directories`] crates for more information.
37
44
Before version 0.4.0, the configuration file was written in the current directory.
0 commit comments