aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
blob: d2ecb12f2d99492a77a185d981cbb638eab1cb57 (plain)
1
2
3
4
5
6
7
8
9
# ChangeLog

## 2024-08-04 - Usability

* [x] Speed up the `status` command:
  * [x] `status`: run `mrconfig-updater` less often (only if `~/.custom/mrconfig-automatic` is
        older than an hour or so, or just at every `X` runs (like `git-config-save`)).
  * [~] `todo`: run find less often by keeping a `~/.cache/todo` file with the list of TODO
        files; no need since these `find` invocations are quick.