| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(config): localhost ips | Fuwn | 2021-12-22 | 1 | -1/+1 |
| | | |||||
| * | feat(config): create `version` key | Fuwn | 2021-06-16 | 1 | -0/+2 |
| | | | | | | | | | At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the configuration schema will need to be standardized, the `version` key will regulate that and also ensure no one is left behind when updating. BREAKING CHANGE: `version` key is created | ||||
| * | refactor(config): rename `Whirl.toml` to `Config.toml` | Fuwn | 2021-06-09 | 1 | -0/+24 |
| Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is renamed | |||||